header {
    background-color: #ffffff;
    color: #333333;
    width: 100%;
}

.addnav {
    position: fixed;
    top: 0px;
    z-index: 99;
}

header .container .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.headleft {
    display: flex;
    align-items: center;
}

.headleft .logos {
    margin-right: 10px;
}

.headleft .logos img {
    height: 140px;
}

.headline {
    width: 1px;
    height: 55px;
    background-color: #b3b3b3;
    opacity: 0.4;
}

.hdtitle {
    margin-left: 18px;
}

.hdtitle h3 {
    font-size: 30px;
    font-weight: bold;
}

.hdtitle h3 span {
    font-size: 30px;
    color: #271d6c;
}

.hdtitle p {
    font-size: 17px;
    color: #777777;
}

.headright {
    display: flex;
    align-items: center;
}

.cxttp {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.qgfw {
    display: flex;
    align-items: center;
    margin-right: 18px;
    color: #333333;
}

.qgfwleft {
    margin-right: 4px;
}

.qgfw .iconfont {
    font-size: 32px;
}

.qgfw p {
    font-size: 14px;
}

.qgfw h4 {
    font-size: 24px;
    color: #ffa300;
    font-weight: bold;
}

.headewm {
    text-align: center;
}

.headewm img {
    height: 70px;
    width: 70px;
}

.headewm p {
    font-size: 12px;
}

header nav {
    width: 100%;
    height: auto;
    background-color: #271d6c;
}

header nav .container .navpc_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}

.navpc_box>div {
    position: relative;
}

.navpc_box>div span {
    display: inline-block;
    position: absolute;
    top: -55%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffa401;
    font-size: 40px;
    opacity: 1;
    transition: all 0.4s;
    animation: sts 1s linear infinite;
}

@keyframes sts {
    0% {
        top: -50%;
    }
    25% {
        top: -60%;
    }
    50% {
        top: -70%;
    }
    75% {
        top: -60%;
    }
    100% {
        top: -50%;
    }
}

nav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0px 5px;
}

.navpcas {
    display: none !important;
    width: 100% !;
    flex-wrap: wrap;
    background-color: #271d6c;
    height: auto !important;
}

.navpcas>div {
    width: 100%;
}

.navpcas .nav div {
    position: relative;
    width: 33.33%;
}

.navpcas div span {
    display: inline-block;
    position: absolute;
    top: -55%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffa401;
    font-size: 40px;
    opacity: 1;
    transition: all 0.4s;
    animation: sts 0.8s linear infinite;
}

.navpcas div a {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #011c3a;
    border-right: 1px solid #011c3a;
}

.navpcas div:nth-of-type(3n) a {
    border-right: 0px;
}


/*底部*/

.hcy_box {
    background-color: #271d6c
}

.hcy_box .container {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.hcy_box .container>img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.divhcy_box {
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
}

.tjly_box {
    width: 500px;
}

.tjly_box>div {
    margin-bottom: 15px;
}

.tjly_box input {
    width: 100%;
    height: 56px;
    padding-left: 30px;
    color: #FFFFFF;
    background-color: #1a1347;
    border: 2px solid #1a1347;
}

.tjly_box input::-webkit-input-placeholder {
    color: #ffffff;
}

.tjly_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.tjly_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.tjly_box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.yzm_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px !important;
}

.yzm_box div {
    height: 56px;
    width: 48%;
}

.yzm_box div:nth-of-type(1) {
    background-color: #1a1347;
    position: relative;
}

.yzm_box div:nth-of-type(1) input {
    width: 100%;
}

.yzm_box div:nth-of-type(1) img {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
}

.yzm_box div:nth-of-type(2) input {
    background-color: #ffa300;
    border: 1px solid #ffa300;
    color: #ffffff;
    font-size: 16px;
}

.tjly input {
    padding-left: 0px;
}

.yzm_box div:nth-of-type(2) a {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
}

.hcyczhsy_box h4 {
    font-size: 48px;
    font-weight: bold;
}

.hcyczhsy_box .xqlr_box {
    width: 390px;
    height: 68px;
    border-radius: 4px;
    padding: 17px 0px 17px 24px;
    background-color: #ffffff;
    margin: 21px 0px;
    margin-right: 110px;
}

.hcyczhsy_box div p {
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}

.lxfs_box {
    display: flex;
}

.lxfs_oneleft,
.lxfs_twolef,
.lxfs_oneright,
.lxfs_tworight {
    display: flex;
    align-items: center;
}

.lxfs_oneleft a,
.lxfs_twolef a,
.lxfs_oneright a,
.lxfs_tworight a {
    display: flex;
    align-items: center;
}

.lxfs_oneleft,
.lxfs_oneright {
    margin-bottom: 14px;
}

.lxfs_left_box p,
.lxfs_right_box p {
    font-size: 14px;
    color: #ffffff !important;
}

.lxfs_oneleft a>div:nth-of-type(1),
.lxfs_tworight a>div:nth-of-type(1),
.lxfs_oneright a>div:nth-of-type(1),
.lxfs_tworight a>div:nth-of-type(1) {
    width: 35px;
    height: 35px;
    border: 1px solid #c4bcfd;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
}

.lxfs_oneleft>div:nth-of-type(1) .iconfont,
.lxfs_tworight>div:nth-of-type(1) .iconfont,
.lxfs_oneright>div:nth-of-type(1) .iconfont,
.lxfs_tworight>div:nth-of-type(1) .iconfont {
    color: #c4bcfd;
}

.lx_box span {
    font-size: 18px;
    font-weight: bold;
}

.lxfs_left_box {
    margin-right: 32px;
}

.fter_box {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}

.fter_right_box ul {
    display: flex;
}

.fter_right_box ul li {
    margin-right: 25px;
}

.fter_right_box ul li:nth-last-child(1) {
    margin-right: 0px;
}

.fter_right_box ul li a {
    display: inline-block;
    color: #333333;
}

.fter_right_box ul li a:hover {
    transform: translateX(5px);
    color: #ffa300;
}

.fter_left_box a {
    color: #333333;
    display: inline-block;
}

.fter_left_box a:hover {
    transform: translateX(5px);
    color: #ffa300;
}

.mobs_box {
    display: none;
}


/*标题*/

.commt {
    padding-top: 65px;
}

.title_box {
    position: relative;
    margin-bottom: 40px;
}

.title_box h3 {
    font-size: 60px;
    color: #f1f1f1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.title_box h4 {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 40px;
    color: #333333;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}


/*内页面包屑*/

.commbx_box {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}

.commbx_box>div:nth-of-type(1) {
    display: flex;
}

.commbx_box>div:nth-of-type(1) p,
.commbx_box>div:nth-of-type(1) p a {
    font-size: 14px;
    color: #666666;
    height: 33px;
    line-height: 33px;
}

.commbx_box>div:nth-of-type(1) p a:hover {
    color: #ffa300;
}

.fl_box {
    display: flex;
}

.fl_box a {
    display: inline-block;
    width: 93px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    border-radius: 17px;
    border: 1px solid #c3c3c3;
    margin-right: 15px;
    font-size: 14px
}

.fl_box a:nth-last-of-type(1) {
    margin-right: 0px;
}

.fl_box a:hover {
    background-color: #ffa300;
    color: #ffffff;
    border: 1px solid #ffa300;
}

.addfl_boxa {
    background-color: #ffa300;
    color: #ffffff !important;
    border: 1px solid #ffa300 !important;
}


/*	创意设计*/

.commimg_box {
    margin-bottom: 90px;
}

.commimg_box .container {
    display: flex;
    justify-content: space-between;
}

.commimg_box .container>div {
    position: relative;
    width: 48.12%;
}

.commimg_box .container>div img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: w-resize;
    width: 100%;
}

.commimg_cont_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.commimg_cont_box p {
    font-size: 18px;
    color: #000000;
}

.comm_ywbox {
    text-transform: uppercase;
    font-size: 12px !important;
    color: #000000;
    letter-spacing: 6px;
}

.commimg_cont_box h4 {
    font-size: 72px;
    color: #ed1010;
    font-weight: bold;
}

.lin_boxs {
    width: 40px;
    height: 2px;
    background-color: #ec0000;
    margin-top: 14px;
    margin-bottom: 8px;
}

.comm_ys_box span {
    display: inline-block;
    border: 1px solid #ec0000;
    color: #ec0000;
    padding: 0px 15px;
    border-radius: 17px;
    height: 34px;
    line-height: 32px;
}

.comm_ys_box {
    margin-top: 18px;
}

.commtitle_box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.commtitle_box p {
    font-size: 33px;
    font-weight: bold;
    width: 33px;
    line-height: 36px;
    color: #ec0000;
    margin-right: 5px;
}

.right_kjj_box {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: block;
    z-index: 99;
}

.right_kjj_box a:nth-of-type(1) {
    margin-bottom: 15px;
}

.right_kjj_box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #271d6c;
    opacity: 0.9;
}

.right_kjj_box a:nth-of-type(2) {
    transform: rotate(-90deg);
    display: none;
}

.right_kjj_box .iconfont {
    font-size: 22px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 1290px) and (max-width:1400px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1400px) {
    nav a {
        padding: 0px 5px;
    }
    .hcyczhsy_box .xqlr_box {
        margin-right: 60px;
    }
}

@media (max-width: 1290px) {
    .divhcy_box {
        flex-direction: column;
    }
    .hcyczhsy_box {
        margin-bottom: 40px;
    }
    .divhcy_box {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1290px) {
    .hcy_box .container {
        justify-content: center;
    }
}

@media only screen and (min-width: 993px) and (max-width:1200px) {
    .divhcy_box {
        margin-right: 80px;
    }
}

@media (max-width: 1200px) {
    .cxttp {
        margin-right: 10px;
        display: none;
    }
    .qgfw {
        margin-right: 10px;
    }
    .qgfw h4 {
        font-size: 22px;
    }
    nav a {
        padding: 0px 5px;
    }
    .fter_box {
        flex-direction: column-reverse;
        justify-content: center;
    }
}

@media only screen and (min-width: 769px) and (max-width:992px) {
    .navpc_box {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: auto;
        padding-top: 40px;
    }
    .navpc {
        max-width: 100% !important;
    }
    header nav .container .navpc_box {
        display: flex;
        justify-content: inherit;
        align-items: center;
        height: 120px;
    }
    .navpc_box>div {
        background-color: #271d6c;
    }
    .navpc {
        width: 100%;
    }
    header nav {
        margin-top: -50px;
        background-color: initial;
    }
    nav a {
        padding: 0px 15px;
    }
    .cxttp {
        display: none;
    }
}

@media (max-width:991px) {
    .headewm {
        display: none;
    }
    .cxttp {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width:991px) {
    .tjly_box {
        width: 375px;
    }
    .tjly_box input {
        height: 50px;
        line-height: 50px;
    }
    .yzm_box div {
        height: 50px;
        line-height: 50px;
    }
    .yzm_box div:nth-of-type(2) a {
        height: 50px;
        line-height: 50px;
    }
    .hcyczhsy_box h4 {
        font-size: 36px;
    }
    .hcyczhsy_box .xqlr_box {
        margin-right: 0px;
    }
    .lx_box span {
        white-space: nowrap;
        font-size: 16px;
    }
    .hcyczhsy_box .xqlr_box {
        margin: 15px 0px;
    }
    .lxfs_oneleft>div:nth-of-type(1),
    .lxfs_tworight>div:nth-of-type(1),
    .lxfs_oneright>div:nth-of-type(1),
    .lxfs_tworight>div:nth-of-type(1) {
        width: 30px;
        height: 30px;
        border: 1px solid #c4bcfd;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        margin-right: 6px;
    }
    .hcyczhsy_box {
        margin-right: 15px;
    }
    .hdtitle p {
        font-size: 12px;
    }
    .hdtitle h3 {
        font-size: 20px;
    }
}

@media (max-width: 769px) {
    .hcy_box .container>img {
        display: none;
    }
    .mobs_box {
        display: flex;
    }
    .mobs_box .iconfont {
        font-size: 27px;
    }
    .shousuo {
        margin-right: 10px;
        display: none;
    }
    .qgfw {
        display: none;
    }
    .fter_right_box {
        display: none;
    }
    .navpcas {
        display: flex !important;
    }
    .navpc {
        display: none !important;
    }
    .commtops {
        transition: all 0.4s;
    }
    nav a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }
    header .container .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }
    .commimg_box .container {
        flex-direction: column;
    }
    .commimg_box .container>div {
        width: 100%;
    }
    .commimg_box .container>div:nth-of-type(1) {
        margin-bottom: 25px;
    }
    .commimg_box {
        margin-bottom: 65px;
    }
    /*底部*/
    .divhcy_box {
        flex-direction: column;
    }
    .hcyczhsy_box {
        margin-bottom: 50px;
    }
    .hcyczhsy_box {
        margin-right: 0px;
    }
    .divhcy_box {
        /*width: 100%;*/
    }
    .tjly_box {
        width: 100%;
    }
    .hcyczhsy_box {
        margin-bottom: 35px;
    }
    .divhcy_box {
        display: flex;
        padding-top: 65px;
        padding-bottom: 75px;
    }
    .right_kjj_box>div {
        display: flex !important;
        flex-direction: column;
    }
    .navpcas div span {
        font-size: 32px;
    }
    #iconDiv1 {
        display: none !important;
    }
    .hcy_box .container {
        justify-content: center;
    }
    .hdtitle p {
        font-size: 12px;
    }
    .hdtitle h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .logos {
        margin-right: 0px;
    }
    .navpcas a {
        padding: 0px 0px;
        font-size: 14px;
    }
    .commbx_box {
        flex-direction: column;
    }
    .commbx_box>div:nth-of-type(1) {
        margin-bottom: 25px;
    }
    .newlist_box {
        margin-top: 58px;
    }
    .headleft .logos img {
    

        height:90px;
    }
}

@media (max-width:540px) {
    .tjly_box {
        width: 100%;
    }
    .yzm_box div {
        width: 48%;
    }
    .yzm_box div:nth-of-type(1) {
        margin-right: 4%;
    }
    .hcyczhsy_box .xqlr_box {
        margin-right: 0px;
    }
    .yzm_box div:nth-of-type(2) a {
        width: 100%;
    }
    .divhcy_box {
        margin: 0px 15px;
    }
    .lx_box span {
        font-size: 14px;
    }
    .hcyczhsy_box div p {
        font-size: 12px;
    }
    .lxfs_box {
        justify-content: space-between;
    }
    .hcyczhsy_box h4 {
        font-size: 25px;
    }
    .commt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .divhcy_box {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .navpcas a {
        height: 35px;
        line-height: 35px;
    }
    header .container {
        padding: 0px 15px;
    }
    header .container .head {
        height: 80px;
    }
    .commtops {
        padding: 0px 15px;
    }
    .commt {
        padding-top: 35px !important;
    }
    .hdtitle h3,
    .hdtitle h3 span {
        font-size: 14px;
    }
    .hdtitle p {
        font-size: 12px;
    }
    .headleft .logos img {
    

        height: 45px;
    }
    .headline {
        width: 1px;
        height: 40px;
    }
    .hdtitle {
        margin-left: 8px;
    }
    .headleft .logos {
        margin-right: 5px;
    }
    .commimg_box {
        margin-bottom: 45px;
    }
    .container {
        padding: 0px 10px;
    }
    .commtops .container {
        padding: 0px;
    }
    .hcyczhsy_box .xqlr_box {
        width: 100%;
    }
    .divhcy_box {
        width: 100%;
    }
    .lxfs_left_box {
        margin-right: 0px;
    }
    .divhcy_box {
        margin: 0px;
    }
    .fter_left_box p {
        text-align: center;
    }
    .navpcas div span {
        font-size: 24px;
    }
    .yzm_box div:nth-of-type(1) img {
        right: 12px;
    }
}

.cksa {
    background-color: #271d6c !important;
    color: #fff !important;
}

.addctbefore:before {
    left: 0 !important;
    right: 0 !important;
    ;
}